home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / JX9660PS.PP_ / jx9660ps.ppd
PostScript Printer Description  |  1996-04-25  |  15KB  |  431 lines

  1. *PPD-Adobe: "4.1"
  2. *% Printer Description File
  3. *% For "Sharp JX-9660PS Laser Printer" ROM version 66PF or later
  4. *% Date: 1/5/94 - G. Andersen
  5.  
  6. *FormatVersion: "4.1"
  7. *FileVersion: "2.0"
  8. *LanguageEncoding: ISOLatin 1
  9. *LanguageVersion: English
  10. *Product: "(PhoenixPage v2.5)"
  11. *ModelName: "Sharp JX-9660PS.PPD"
  12. *PSVersion: "(1.0) 0"
  13. *NickName: "Sharp JX-9660PS 600DPI Laser Printer"
  14. *PCFileName: "JX9660PS.PPD"
  15.  
  16. *% ===== Basic Capabilities ======================
  17.  
  18. *LanguageLevel: 1
  19. *DefaultColorSpace: Gray
  20. *FreeVM: "276500"
  21. *Throughput: "8"
  22.  
  23. *Protocols: BCP
  24.  
  25. *%==*ColorDevice: False
  26. *%==*VariablePaperSize: False
  27. *%==*FileSystem: False
  28.  
  29.  
  30. *Password: "0"
  31. *ExitServer: "
  32.   count 0 eq {  % is the password on the stack?
  33.     true
  34.   }{
  35.     dup         % potential password
  36.     statusdict begin checkpassword end not
  37.   } ifelse
  38.   {  %  if no password or not valid
  39.     (WARNING : Cannot perform the exitserver command.) =
  40.     (Password supplied is not valid.) =
  41.     (Please contact the author of this software.) = flush
  42.     quit
  43.   } if
  44.   serverdict begin exitserver
  45. "
  46. *End
  47. *Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true
  50.   }{
  51.     dup      % potential password
  52.     statusdict begin checkpassword end not
  53.   } ifelse
  54.   {  %  if no password or not valid
  55.     (WARNING : Cannot reset printer.) =
  56.     (Password supplied is not valid.) =
  57.     (Please contact the author of this software.) = flush
  58.     quit
  59.   } if
  60.   serverdict begin exitserver
  61.   systemdict /quit get exec
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *% ===== Resolution ========================
  67. *OpenUI *Resolution:PickOne
  68. *OrderDependency:10 AnySetup *Resolution
  69. *DefaultResolution: 600dpi
  70. *Resolution 600dpi: "
  71.   statusdict begin 600 setresolution end"
  72. *End
  73. *Resolution 300dpi: "
  74.   statusdict begin 300 setresolution end"
  75. *End
  76. *?Resolution: "
  77.  statusdict begin resolution (     ) cvs print (dpi) = flush end"
  78. *End
  79. *CloseUI: *Resolution
  80.  
  81. *% Halftone Information ===============
  82. *ScreenFreq: "85.0"
  83. *ScreenAngle: "45.0"
  84. *DefaultScreenProc: Dot
  85. *ScreenProc Dot: "
  86. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  87. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  88. "
  89. *End
  90. *ScreenProc Line: "{ pop }"
  91. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  92.  
  93. *DefaultTransfer: Null
  94. *Transfer Null: "{ }"
  95. *Transfer Null.Inverse: "{ 1 exch sub }"
  96. *Transfer Normalized: "{ }"
  97. *Transfer Normalized.Inverse: "{ 1 exch sub }"
  98.  
  99. *% Paper Handling ===================
  100.  
  101. *OpenUI *PageSize: PickOne
  102. *OrderDependency: 20 AnySetup *PageSize
  103. *DefaultPageSize: Letter
  104. *PageSize Letter: "statusdict begin lettertray end"
  105. *PageSize Legal: "statusdict begin legaltray end"
  106. *PageSize A4: "statusdict begin a4tray end"
  107. *PageSize Com10/Com10 Envelope: "statusdict begin com10envelopetray end"
  108. *PageSize Monarch/Monarch Envelope: "statusdict begin monarcenvelopetray end"
  109. *PageSize DL/DL Envelope: "statusdict begin dlenvelopetray end"
  110. *PageSize C5/C5 Envelope: "statusdict begin c5envelopetray end"
  111. *?PageSize: "
  112.  save statusdict begin
  113.  /PageSize where{ pop
  114.  7 dict begin
  115.  /lettertray (Letter) def
  116.  /legaltray (Legal) def
  117.  /a4tray (A4) def
  118.  /com10envelope (Com10) def
  119.  /monarcenvelope (Monarch) def
  120.  /dlenvelope (DL) def
  121.  /c5envelope (C5) def
  122.  PageSize {
  123.    {load exec} stopped not{= flush}if
  124.    }{
  125.      {load exec} stopped not{print (.Transverse) = flush}if
  126.    }ifelse
  127.    end
  128.  }{
  129.   /pagetype where{pop[(Letter)(Legal)]pagetype dup 1 gt{pop 1}if get = flush}if
  130.  }ifelse
  131.  end restore
  132. "
  133. *End
  134. *CloseUI: *PageSize
  135.  
  136. *% These entries will set up the frame buffer. Usually used with manual feed.
  137. *DefaultPageRegion: Letter
  138. *PageRegion Letter: "letter"
  139. *PageRegion Legal: "legal"
  140. *PageRegion A4: "a4"
  141. *PageRegion Com10/Com10 Envelope: "com10envelope"
  142. *PageRegion Monarch/Monarch Envelope: "monarcenvelope"
  143. *PageRegion DL/DL Envelope: "dlenvelope"
  144. *PageRegion C5/C5 Envelope: "c5envelope"
  145.   
  146. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  147. *% These errors should be trapped by software and a message displayed
  148. *OpenUI *PaperTray: PickOne
  149. *OrderDependency: 15 AnySetup *PaperTray
  150. *DefaultPaperTray: Letter
  151. *PaperTray Letter: "statusdict begin lettertray end"
  152. *PaperTray Legal: "statusdict begin legaltray end"
  153. *PaperTray A4: "statusdict begin a4tray end"
  154. *PaperTray Com10/Com10 Envelope: "statusdict begin com10envelopetray end"
  155. *PaperTray Monarch/Monarch Envelope: "statusdict begin monarcenvelopetray end"
  156. *PaperTray DL/DL Envelope: "statusdict begin dlenvelopetray end"
  157. *PaperTray C5/C5 Envelope: "statusdict begin c5envelopetray end"
  158. *?PaperTray: "
  159.  save statusdict begin
  160.    7 dict begin
  161.       /lettertray (Letter) def
  162.       /legaltray (Legal) def
  163.       /a4tray (A4) def
  164.       /com10envelopetray (Com10/Com10 Envelope) def
  165.       /monarcenvelopetray (Monarch/Monarch Envelope) def
  166.       /dlenvelopetray (DL/DL Envelope) def
  167.       /envelopetray (C5/C5 Envelope) def
  168.       papersize {
  169.       {load exec} stopped not{= flush}if
  170.       }{
  171.       {load exec} stopped not{print (.Transverse) = flush}if
  172.       }ifelse
  173.     end
  174.   end restore
  175. "
  176. *End
  177. *CloseUI: *PaperTray
  178.  
  179. *% The following entries provide information about specific paper keywords.
  180. *DefaultImageableArea: Letter
  181. *ImageableArea Letter: "15 8 597 784"
  182. *ImageableArea Legal: "15 8 597 1000"
  183. *ImageableArea A4: "13 10 577 832"
  184. *ImageableArea Com10/Com10 Envelope: "18 15 294 668"
  185. *ImageableArea Monarch/Monarch Envelope: "18 13 278 527"
  186. *ImageableArea DL/DL Envelope: "18 14 309 608"
  187. *ImageableArea C5/C5 Envelope: "18 13 455 634"
  188. *?ImageableArea: "
  189.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  190.   newpath clippath pathbbox
  191.   4 -2 roll exch 2 {ceiling cvp} repeat
  192.   exch 2 {floor cvp} repeat flush
  193.  restore
  194. "
  195. *End
  196.  
  197. *% These provide the physical dimensions of the paper (by keyword)
  198. *DefaultPaperDimension: Letter
  199. *PaperDimension Letter: "612 792"
  200. *PaperDimension Legal: "612 1008"
  201. *PaperDimension A4: "595 842"
  202. *PaperDimension Com10/Com10 Envelope: "279 540"
  203. *PaperDimension Monarch/Monarch Envelope: "297 684"
  204. *PaperDimension DL/DL Envelope: "312 624"
  205. *PaperDimension C5/C5 Envelope: "459 649"
  206.  
  207. *% Default Input Slots
  208. *DefaultOutputBin: Upper
  209. *DefaultInputSlot: Upper
  210. *InputSlot Upper: "statusdict begin 0 setpapertray end"
  211. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  212. *InputSlot AutoSelect: "statusdict begin true settrayswitch end"
  213. *?InputSlot: "
  214.  save statusdict begin
  215.   3 dict begin
  216.    /0 (upper) def
  217.    /1 (lower) def
  218.    /true settrayswitch (autoselect) def
  219.    papertray
  220.      {( ) cvs cvn load exec} stopped not{= flush}if
  221.   end
  222.  end restore
  223. "
  224. *End
  225.  
  226. *OpenUI *ManualFeed: Boolean
  227. *OrderDependency: 15 AnySetup *ManualFeed
  228. *DefaultManualFeed: False
  229. *?ManualFeed: "statusdict /manualfeed get
  230.  {(True)}{(False)}ifelse = flush"
  231. *End
  232. *ManualFeed True: "statusdict begin /manualfeed true store end"
  233. *ManualFeed False: "statusdict begin /manualfeed false store end"
  234. *CloseUI: *ManualFeed
  235.  
  236. *DefaultOutputOrder: Normal
  237.  
  238. *DefaultCollator: None
  239. *DefaultSorter: None
  240. *DefaultDuplex: None
  241.  
  242. *% Font Information =====================
  243.  
  244. *DefaultFont: Courier
  245. *Font AvantGarde-Book: Standard "(001.001)"
  246. *Font AvantGarde-BookOblique: Standard "(001.001)"
  247. *Font AvantGarde-Demi: Standard "(001.001)"
  248. *Font AvantGarde-DemiOblique: Standard "(001.001)"
  249. *Font Bookman-Demi: Standard "(001.001)"
  250. *Font Bookman-DemiItalic: Standard "(001.001)"
  251. *Font Bookman-Light: Standard "(001.001)"
  252. *Font Bookman-LightItalic: Standard "(001.001)"
  253. *Font Courier: Standard "(001.004)"
  254. *Font Courier-Bold: Standard "(001.004)"
  255. *Font Courier-BoldOblique: Standard "(001.004)"
  256. *Font Courier-Oblique: Standard "(001.004)"
  257. *Font Helvetica: Standard "(001.001)"
  258. *Font Helvetica-Bold: Standard "(001.001)"
  259. *Font Helvetica-BoldOblique: Standard "(001.001)"
  260. *Font Helvetica-Narrow: Standard "(001.000)"
  261. *Font Helvetica-Narrow-Bold: Standard "(001.000)"
  262. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)"
  263. *Font Helvetica-Narrow-Oblique: Standard "(001.000)"
  264. *Font Helvetica-Oblique: Standard "(001.001)"
  265. *Font NewCenturySchlbk-Bold: Standard "(001.002)"
  266. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)"
  267. *Font NewCenturySchlbk-Italic: Standard "(001.001)"
  268. *Font NewCenturySchlbk-Roman: Standard "(001.002)"
  269. *Font Palatino-Bold: Standard "(001.000)"
  270. *Font Palatino-BoldItalic: Standard "(001.000)"
  271. *Font Palatino-Italic: Standard "(001.000)"
  272. *Font Palatino-Roman: Standard "(001.000)"
  273. *Font Symbol: Special "(001.001)"
  274. *Font Times-Bold: Standard "(001.001)"
  275. *Font Times-BoldItalic: Standard "(001.001)"
  276. *Font Times-Italic: Standard "(001.001)"
  277. *Font Times-Roman: Standard "(001.001)"
  278. *Font ZapfChancery-MediumItalic: Standard "(001.002)"
  279. *Font ZapfDingbats: Special "(001.000)"
  280. *?FontQuery: "
  281. save  4 dict begin /sv exch def
  282. /str (fonts/                              ) def
  283. /st2 30 string def
  284. {
  285.   count 0 gt {
  286.     dup FontDirectory exch known {pop 1}{
  287.      str exch st2 cvs dup length /len exch def
  288.      6 exch putinterval str 0 len 6 add getinterval mark exch
  289.      { } st2 filenameforall counttomark 0 gt {
  290.       cleartomark 1}{cleartomark 0}ifelse
  291.     }ifelse = flush
  292.   }{ exit } ifelse
  293. } bind loop sv end restore
  294. "
  295. *End
  296.  
  297. *?FontList: "
  298. FontDirectory { pop == flush } forall 
  299. /filenameforall where { 
  300.  pop save (fonts/*) { 
  301.   dup length 6 sub 6 exch getinterval == flush 
  302.  } 128 string filenameforall restore
  303. } if 
  304. (*) = flush
  305. "
  306. *End
  307.  
  308. *% Printer Messages (verbatim from printer):
  309. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  310. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  311. *Message: "\FontName\ not found, using Courier"
  312.  
  313. *% Status (format: %%[ status: <one of these> ]%% )
  314. *Status: "idle"
  315. *Status: "busy"
  316. *Status: "waiting"
  317. *Status: "printing"
  318. *Status: "warming up"
  319. *Status: "PrinterError: timeout, clearing printer"
  320. *Status: "PrinterError: warming up"
  321. *Status: "PrinterError: service call"
  322. *Status: "PrinterError: paper entry misfeed"
  323. *Status: "PrinterError: no toner cartridge"
  324. *Status: "PrinterError: paper entry misfeed"
  325.  
  326. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  327. *Source: "serial25"
  328. *Source: "AppleTalk"
  329. *Source: "Centronics"
  330.  
  331. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  332. *PrinterError: "timeout, clearing printer"
  333. *PrinterError: "warming up"
  334. *PrinterError: "service call"
  335. *PrinterError: "paper entry misfeed"
  336. *PrinterError: "no toner cartridge"
  337. *PrinterError: "paper entry misfeed"
  338.  
  339. *% Color Separation Information =====================
  340.  
  341. *DefaultColorSep: ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi
  342.  
  343. *InkName: ProcessBlack/Process Black
  344. *InkName: CustomColor/Custom Color
  345. *InkName: ProcessCyan/Process Cyan
  346. *InkName: ProcessMagenta/Process Magenta
  347. *InkName: ProcessYellow/Process Yellow
  348.  
  349. *%  For 60 lpi / 300 dpi  ===============================
  350.  
  351. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  352. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  353. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  354. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  355. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  356.  
  357. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  358. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  359. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  360. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  361. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  362.  
  363. *%  For 53 lpi / 300 dpi  ===============================
  364.  
  365. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  366. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  367. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  368. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  369. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  370.  
  371. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  372. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  373. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  374. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  375. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  376.  
  377. *%  For 85 lpi / 600 dpi  5,5,2,6,6,2,20/3,0) =====================
  378.  
  379. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  380. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  381. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  382. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  383. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  384.  
  385. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  386. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  387. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  388. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  389. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  390.  
  391. *ColorSepScreenProc ProcessBlack.60lpi/60 lpi: "
  392. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  393. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  394. *End
  395.  
  396. *ColorSepScreenProc CustomColor.60lpi/60 lpi: "
  397. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  398. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  399. *End
  400.  
  401. *ColorSepScreenProc ProcessCyan.60lpi/60 lpi: "
  402. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  403. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  404. *End
  405.  
  406. *ColorSepScreenProc ProcessMagenta.60lpi/60 lpi: "
  407. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  408. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  409. *End
  410.  
  411. *ColorSepScreenProc ProcessYellow.60lpi/60 lpi: "
  412. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  413. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  414. *End
  415.  
  416. *%  For 71 lpi / 600 dpi  ===============================
  417.  
  418. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  419. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  420. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  421. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  422. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  423.  
  424. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  425. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  426. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  427. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  428. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  429.  
  430. *% end of PPD file for Sharp JX-9660.PS Series
  431.